../.
scroller.js
simple scroller script

scrolls the page up and down

**UPDATE** is borken in IE, <s>will</s> won't provide a fix...


<script>var p,h,dh,h,t; t=100;function s(){if(p){ dh=document.height-
window.innerHeight;p=p+d;h=(dh/100)*p;window.scroll(0,h);}else{p=d=1
}if(h>=dh){ d=-d }setTimeout('s()',t)}s()/*c)04(GPL)Thijs*/</script>

more...

rm.js
mbnog